home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / ToyWinBMP.h < prev    next >
Encoding:
Text File  |  1995-11-12  |  127 b   |  8 lines

  1. #import "ToyWin.h"
  2.  
  3. @interface ToyWinBMP : ToyWin
  4.  
  5. - (int)drawToyWin:(const char *)fileName Type:(int)type Num:(int)num;
  6.  
  7. @end
  8.